remove spring loads too

Andrew Cantino 8 ans auparavant
Parent
Commettre
50ccc2ad34
3 fichiers modifiés avec 0 ajouts et 12 suppressions
  1. 0 4
      bin/rails
  2. 0 4
      bin/rake
  3. 0 4
      bin/rspec

+ 0 - 4
bin/rails

@@ -1,8 +1,4 @@
1 1
 #!/usr/bin/env ruby
2
-begin
3
-  load File.expand_path("../spring", __FILE__)
4
-rescue LoadError
5
-end
6 2
 APP_PATH = File.expand_path('../../config/application',  __FILE__)
7 3
 require_relative '../config/boot'
8 4
 require 'rails/commands'

+ 0 - 4
bin/rake

@@ -1,8 +1,4 @@
1 1
 #!/usr/bin/env ruby
2
-begin
3
-  load File.expand_path("../spring", __FILE__)
4
-rescue LoadError
5
-end
6 2
 require_relative '../config/boot'
7 3
 require 'rake'
8 4
 Rake.application.run

+ 0 - 4
bin/rspec

@@ -1,7 +1,3 @@
1 1
 #!/usr/bin/env ruby
2
-begin
3
-  load File.expand_path("../spring", __FILE__)
4
-rescue LoadError
5
-end
6 2
 require 'bundler/setup'
7 3
 load Gem.bin_path('rspec-core', 'rspec')